home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextLibrary
/
Documentation
/
NextDev
/
Examples
/
MiG
/
Server
/
add.defs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-27
|
206 b
|
8 lines
/* add.defs: MiG definition file for add server */
subsystem add 0;
/* Get standard definitions of int and port_t. */
#include <std_types.defs>
routine add2nums(server: port_t; a:int; b:int; out c:int);